Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.publisher.relations.contrib--graphs

This contribution is part of XML component org.nuxeo.ecm.platform.publisher.relations.contrib inside nuxeo-platform-publisher-core-contrib-9.10.jar /OSGI-INF/publisher-relations-contrib.xml

Extension Point

Extension point graphs of component RelationService.

Contributed Items

  • <graph name="publication" type="core">
          <option name="doctype">PublicationRelation</option>
          <namespaces>
            <namespace name="rdf">
              http://www.w3.org/1999/02/22-rdf-syntax-ns#
            </namespace>
            <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace>
            <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace>
            <namespace name="pTree">http://www.nuxeo.org/publication/tree/</namespace>
          </namespaces>
        </graph>

XML Source

<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <graph name="publication" type="core">
      <option name="doctype">PublicationRelation</option>
      <namespaces>
        <namespace name="rdf">
          http://www.w3.org/1999/02/22-rdf-syntax-ns#
        </namespace>
        <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace>
        <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace>
        <namespace name="pTree">http://www.nuxeo.org/publication/tree/</namespace>
      </namespaces>
    </graph>
  </extension>